WARNING: This program does not run, which means that we need to fix it!
RULE: You cannot use + to combine a string with an integer.
- Click Run and read the error message.
- Debug the program so that the puppy tells us how old it is. Use str() around the age variable.
- Surrounding the integer variable with str() lets the computer pretend all parts are a string.
To navigate the page using the TAB key, first press ESC to exit the code editor.